object Splash: TSplash Left = 282 Top = 278 Width = 286 Height = 177 Caption = 'PurgeIE - "Purge Now"' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 14 object SplashLabel: TLabel Left = 1 Top = 8 Width = 265 Height = 36 Alignment = taCenter Caption = 'PurgeIE is Executing with the Currently Selected Options.' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -16 Font.Name = 'Arial' Font.Style = [] ParentFont = False WordWrap = True end object SplashLabel2: TLabel Left = 1 Top = 84 Width = 251 Height = 36 Alignment = taCenter Caption = 'Execute via Primary PurgeIE Icon to Change Options.' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -16 Font.Name = 'Arial' Font.Style = [] ParentFont = False WordWrap = True end end